home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Georgia Wildfire Prevention
/
Georgia Wildfire Prevention.iso
/
pc
/
media
/
dirs
/
BackUp
/
code.cst
/
00007_Script_go frame x of movie y
< prev
next >
Wrap
Text File
|
2002-10-15
|
363b
|
12 lines
property t_frame,t_movie,fl,ml,t_aux
on getpropertydescriptionlist me
plist=[#t_frame:[#comment:"go frame:",#format:#string,#default:""],#t_movie:[#comment:"go movie",#format:#string,#default:""],#t_aux:[#comment:"Aux info",#format:#string,#default:""]]
return plist
end
on mousedown me
global ctrlobj
ctrlobj.goto(t_movie,t_frame,t_aux)
end